Onehost Template
By: designesia
Email: designesia@gmail.com
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Also please don't forget to give rating! Thanks so much! :)
This template using Bootstrap framework. Main content is placed between header and footer area. The content is nested within <section> tag. To create more section you can duplicate <section> code then rename id atributte with dieffrent name.
... header area ...
<section id="content">
<div class="container">
<div class="row">
<div class="col-md-4">
this is your content
</div>
<div class="col-md-8">
this is your content
</div>
</div>
</div>
</section>
<section id="about-us">
<div class="container">
<div class="row">
<div class="col-md-12">
this is your content
</div>
</div>
</div>
</section>
... footer area ...
<div class="row">
<div class="col-md-6"> this is 1/2 columns </div>
<div class="col-md-6"> this is 1/2 columns </div>
</div> <div class="row">
<div class="col-md-4"> this is 1/3 columns </div>
<div class="col-md-8"> this is 2/3 columns </div>
</div> <div class="row">
<div class="col-md-3"> this is 1/4 columns </div>
<div class="col-md-9"> this is 3/4 columns </div>
</div>
This theme already with two color schemes. You can simply use it by add class name to <body> tag.
Insert class below in body tag
<body class="light">This class also can be used for div or section only.
<div class="light"> <section class="light">
Insert class below in body tag
<body class="dark">This class also can be used for div or section only.
<div class="dark"> <section class="dark">
<section id="my-section">...content here...</section>
<section id="my-section" data-speed="10">...content here...</section>
<section id="my-section" data-speed="10" data-type="background">...content here...</section>
#my-section{
background-image:my-bg-image.jpg;
}
Open > email.php. Change $to value with your email.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
designesia